DomainObjects Class Library

Collection<ContainerClass,RelatedClass> Constructor (ContainerClass, String)

Initializes a new instance of the Collection`2 class.

public Collection<ContainerClass,RelatedClass>(
   Collection<ContainerClass,RelatedClass>.ContainerClass containerObject,
   String fieldName
);

Parameters

containerObject
The persistable object that contains the collection.
fieldName
Name of the field to which this instance will be assigned.

See Also

Collection<ContainerClass,RelatedClass> Class | DomainObjects.Facade.Domain Namespace | Collection<ContainerClass,RelatedClass> Constructor Overload List